home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / rb14.zip / RB.INI < prev    next >
Text File  |  1993-06-21  |  2KB  |  125 lines

  1. rem=Configuration file for Rainbow
  2.  
  3. rem=Delimiter used to separate tokens from their attributes.
  4. delimiter=,
  5.  
  6. rem=Tokens are case sensitive.
  7. ignorecase=0
  8.  
  9. rem=All colors are entered in decimal (not in hex).
  10. usehex=0
  11.  
  12. rem=Show version information on startup (Not an option
  13. rem=for unregistered versions).
  14. version=1
  15.  
  16. rem=Text screen is in 28x80 mode with a status line on bottom and
  17. rem=no borders
  18. top=0
  19. left=0
  20. bottom=26
  21. right=79
  22. width=80
  23.  
  24. rem=put clock on bottom line, 72nd column in 28x80 line mode
  25. clockr=27
  26. clockc=72
  27.  
  28. rem=Use the SemWare editor
  29. editor=c:\tse\e.exe
  30.  
  31. rem=The normal text color in the editor is cyan on black
  32. text=3
  33.  
  34. rem=These are the Words (tokens) and symbols to colorize
  35. //,2,c
  36. &&,2,cf
  37. *,2,cf
  38. /*,2,cf
  39.  
  40. _,3,T
  41.  
  42. #define,9,T
  43. #include,9,T
  44.  
  45. -=,10,T
  46. +=,10,T
  47. ++,10,T
  48. --,10,T
  49. :=,10,T
  50.  
  51. do,11,F
  52. if,11,F
  53. iif,11,T
  54. .or.,11,T
  55. .and.,11,T
  56. end,11,F
  57. for,11,F
  58. case,11,T
  59. else,11,F
  60. next,11,F
  61. while,11,T
  62. enddo,11,F
  63. endif,11,F
  64. begin,11,F
  65. elseif,11,F
  66. switch,11,F
  67. endcase,11,F
  68. sequence,11,S
  69. otherwise,11,F
  70.  
  71. exit,12,t
  72. break,12,t
  73.  
  74. {,13,T
  75. },13,T
  76. return,13,F
  77. function,13,C
  78.  
  79. =,14,T
  80. >,14,T
  81. <,14,T
  82. |=,14,T
  83. !=,14,T
  84. >=,14,T
  85. <=,14,T
  86. ==,14,T
  87. <>,14,T
  88.  
  89. CHAR,15,T
  90. SHORT,15,T
  91. PCHAR,15,T
  92. HWND,15,T
  93. APIENTRY,15,T
  94. BOOL,15,T
  95. PCH,15,T
  96. VIOPHYSBUF,15,T
  97. PULONG,15,T
  98. PUCHAR,15,T
  99. PBYTE,15,T
  100. USHORT,15,T
  101. PFNTHREAD,15,T
  102. PTID,15,T
  103. TID,15,T
  104. ULONG,15,T
  105. integer,15,t
  106. string,15,t
  107. unsigned,15,t
  108. int,15,T
  109. VOID,15,T
  110. void,15,T
  111. char,15,T
  112. field,15,F
  113. local,15,F
  114. static,15,F
  115. public,15,F
  116. memvar,15,F
  117. declare,15,F
  118. private,15,F
  119. external,15,F
  120. dimension,15,F
  121. parameter,15,F
  122. parameters,15,F
  123.  
  124. *note,140,C
  125. //note,140,C